internal/profile.Mapping.ID (field)
20 uses
internal/profile (current package)
encode.go#L83: l.mappingIDX = l.Mapping.ID
encode.go#L216: mappings[m.ID] = m
encode.go#L368: encodeUint64Opt(b, 1, p.ID)
encode.go#L382: func(b *buffer, m message) error { return decodeUint64(b, &m.(*Mapping).ID) }, // optional uint64 id = 1
merge.go#L250: key.mappingID = l.Mapping.ID
merge.go#L274: if mi, ok := pm.mappingsByID[src.ID]; ok {
merge.go#L282: pm.mappingsByID[src.ID] = mi
merge.go#L286: ID: uint64(len(pm.p.Mapping) + 1),
merge.go#L302: pm.mappingsByID[src.ID] = mi
profile.go#L75: ID uint64
profile.go#L203: if m.ID == 0 {
profile.go#L206: if mappings[m.ID] != nil {
profile.go#L207: return fmt.Errorf("multiple mappings with same id: %d", m.ID)
profile.go#L209: mappings[m.ID] = m
profile.go#L231: if m.ID == 0 || mappings[m.ID] != m {
profile.go#L232: return fmt.Errorf("inconsistent mapping %p: %d", m, m.ID)
profile.go#L343: locStr = locStr + fmt.Sprintf("M=%d ", m.ID)
profile.go#L382: m.ID,
profile.go#L412: m.ID = uint64(i + 1)